Imaginary unit

i in the complex or cartesian plane; real numbers fall on the horizontal axis, and imaginary numbers fall on the vertical axis

In mathematics, the imaginary unit allows the real number system \mathbb{R} to be extended to the complex number system \mathbb{C} , which in turn provides at least one zero for every polynomial P(x) (see algebraic closure and fundamental theorem of algebra). The imaginary unit is denoted by i, j, or the Greek ι (see alternative notations). Although its precise definition varies, the imaginary unit's core property is that i2 = −1.

There are in fact two square roots of −1, namely i and −i, just as there are two square roots of every non-zero real number. Misuse of the imaginary unit can lead to difficulties.

For a history of the imaginary unit, see Complex number: History.

Contents

Definition

The powers of i return cyclic values:
\ldots (repeats the pattern from blue area)
i^{-3} = i\,
i^{-2} = -1\,
i^{-1} = -i\,
i^0 = 1\,
i^1 = i\,
i^2 = -1\,
i^3 = -i\,
i^4 = 1\,
i^5 = i\,
i^6 = -1\,
\ldots (repeats the pattern from blue area)

The imaginary number i is defined solely by the property that its square is −1:

i^2 =  -1. \

Or, equivalently:

i^2 + 1 = 0. \

If i is defined in this way and it is assumed that it can be manipulated as if it were an unknown ("imagined") variable, then it follows from straightforward algebra that the second solution to the above quadratic equations is −i.

Although the construction is called "imaginary", and although the concept of an imaginary number may be intuitively more difficult to grasp than that of a real number, the construction is perfectly valid from a mathematical standpoint. Real number operations can be extended to imaginary and complex numbers by treating i as an unknown quantity while manipulating an expression, and then using the definition to replace any occurrence of i2 with −1. Higher integral powers of i can also be replaced with −i, 1, i, or −1:

i^3 = i^2 i = (-1) i = -i \,
i^4 = i^3 i = (-i) i = -(i^2) = -(-1) = 1 \,
i^5 = i^4 i = (1) i = i. \,

i and −i

Being a quadratic polynomial with no multiple root, the defining equation x2 = −1 has two distinct solutions, which are equally valid and which happen to be additive and multiplicative inverses of each other. More precisely, once a solution i of the equation has been fixed, the value −i (which, one can prove algebraically, is not equal to i) is also a solution. Since the equation is the only definition of i, it appears that the definition is ambiguous (more precisely, not well-defined). However, no ambiguity results as long as one of the solutions is chosen and fixed as the "positive i". This is because, although −i and i are not quantitatively equivalent (they are negatives of each other), there is no algebraic difference between i and −i. Both imaginary numbers have equal claim to being the number whose square is −1. If all mathematical textbooks and published literature referring to imaginary or complex numbers were rewritten with −i replacing every occurrence of +i (and therefore every occurrence of −i replaced by −(−i) = +i), all facts and theorems would continue to be equivalently valid. The distinction between the two roots x of x2 + 1 = 0 with one of them as "positive" is purely a notational relic; neither root can be said to be more primary or fundamental than the other.

The issue can be a subtle one. The most precise explanation is to say that although the complex field, defined as R[X]/ (X2 + 1), (see complex number) is unique up to isomorphism, it is not unique up to a unique isomorphism — there are exactly 2 field automorphisms of R[X]/ (X2 + 1), the identity and the automorphism sending X to −X. (These are not the only field automorphisms of C, but are the only field automorphisms of C which keep each real number fixed.) See complex number, complex conjugation, field automorphism, and Galois group.

A similar issue arises if the complex numbers are interpreted as 2 × 2 real matrices (see matrix representation of complex numbers), because then both

X = \begin{pmatrix}
  0 &     -1  \\
  1 & \;\;0  
  \end{pmatrix}     and     X = \begin{pmatrix}
  \;\;0 & 1  \\
  -1    & 0  
  \end{pmatrix}

are solutions to the matrix equation

 X^2 = -I = - \begin{pmatrix}
   1 & 0 \\
   0 & 1
   \end{pmatrix} = \begin{pmatrix}
   -1    & \;\;0 \\
   \;\;0 & -1
   \end{pmatrix}. \

In this case, the ambiguity results from the geometric choice of which "direction" around the unit circle is "positive" rotation. A more precise explanation is to say that the automorphism group of the special orthogonal group SO (2, R) has exactly 2 elements — the identity and the automorphism which exchanges "CW" (clockwise) and "CCW" (counter-clockwise) rotations. See orthogonal group.

All these ambiguities can be solved by adopting a more rigorous definition of complex number, and explicitly choosing one of the solutions to the equation to be the imaginary unit. For example, the ordered pair (0, 1), in the usual construction of the complex numbers with two-dimensional vectors.

Proper use

The imaginary unit is sometimes written \sqrt{-1} in advanced mathematics contexts (as well as in less advanced popular texts). However, great care needs to be taken when manipulating formulas involving radicals. The notation is reserved either for the principal square root function, which is only defined for real x ≥ 0, or for the principal branch of the complex square root function. Attempting to apply the calculation rules of the principal (real) square root function to manipulate the principal branch of the complex square root function will produce false results:

-1 = i \cdot i = \sqrt{-1} \cdot \sqrt{-1} = \sqrt{(-1) \cdot (-1)} = \sqrt{1} = 1    (incorrect).

Attempting to correct the calculation by specifying both the positive and negative roots only produces ambiguous results:

-1 = i \cdot i = \pm \sqrt{-1} \cdot \pm \sqrt{-1} = \pm \sqrt{(-1) \cdot (-1)} = \pm \sqrt{1} = \pm 1   (ambiguous).

The calculation rule

\sqrt{a} \cdot \sqrt{b} = \sqrt{a \cdot b}

is only valid for real, non-negative values of a and b.

These problems are avoided by writing and manipulating i\sqrt{7}, rather than expressions like \sqrt{-7}. For a more thorough discussion, see Square root and Branch point.

Properties

Square root

The square root of i can be expressed as either of two complex numbers[1]

 \pm \sqrt{i} = \pm \frac{\sqrt{2}}2 (1 + i).

Indeed, squaring the right-hand side gives

 
\begin{align}
\left( \pm \frac{\sqrt{2}}2 (1 + i) \right)^2 \  & =  \left( \pm \frac{\sqrt{2}}2 \right)^2 (1 + i)^2 \  \\
    & = \frac{1}{2} (1 + 2i + i^2) \\
    & = \frac{1}{2} (1 + 2i - 1) \ \\
    & = i. \ \\
\end{align}

The result can be derived with Euler's formula

e^{ix} = \cos(x) + i\sin(x) \,

by substituting x = π/2, giving

e^{i(\pi/2)} = \cos(\pi/2) + i\sin(\pi/2) = i\,\! .

Taking the square root of both sides gives

 \pm \sqrt{i} = e^{i(\pi/4)} \,\! ,

which, through application of Euler's formula to x = π/4, gives

 
\begin{align}
 \pm \sqrt{i} & = \cos(\pi/4) + i\sin(\pi/4) \\
    & = \frac{1}{\pm \sqrt{2}} + \frac{i}{\pm \sqrt{2}}\\
    & = \frac{1+i}{\pm \sqrt{2}}\\
    & = \pm \frac{\sqrt{2}}2 (1 + i).\\
\end{align}

Multiplication and division

Multiplying a complex number by i gives:

i\,(a + bi) = ai + bi^2 = -b + ai.

Dividing by i implies the reciprocal of i:

\frac{1}{i} = \frac{1}{i} \cdot \frac{i}{i} = \frac{i}{i^2} = \frac{i}{-1} = -i.

Using this identity to generalize division by i to all complex numbers gives:

\frac{a + bi}{i} = -i\,(a + bi) = -ai - bi^2 = b - ai.

Powers

The powers of i repeat in a cycle expressible with the following pattern, where n is any integer:

i^{4n} = 1\,
i^{4n+1} = i\,
i^{4n+2} = -1\,
i^{4n+3} = -i.\,

This leads to the conclusion that

i^n = i^{n \bmod 4}\,

where mod 4 represents arithmetic modulo 4.

Factorial

The factorial of the imaginary unit i is most often given in terms of the gamma function evaluated at 1+i:

i! = \Gamma(1+i) \approx 0.4980 - 0.1549i.

Other operations

Many mathematical operations that can be carried out with real numbers can also be carried out with i, such as exponentiation, roots, logarithms, and trigonometric functions.

A number raised to the ni power is:

 \!\ x^{ni} = \cos(\ln(x^n)) + i \sin(\ln(x^n)).

The nith root of a number is:

 \!\ \sqrt[ni]{x} = \cos(\ln(\sqrt[n]{x})) - i \sin(\ln(\sqrt[n]{x})).

The imaginary-base logarithm of a number is:

 \log_i(x) = {{2 \ln(x)} \over i\pi}.

As with any complex logarithm, the log base i is not uniquely defined.

The cosine of i is a real number:

 \cos(i) = \cosh(1) = {{e + 1/e} \over 2} = {{e^2 + 1} \over 2e} = 1.54308064.

And the sine of i is imaginary:

 \sin(i) = \sinh(1) \, i = {{e - 1/e} \over 2} \, i = {{e^2 - 1} \over 2e} \, i = 1.17520119 \, i.

Euler's formula

Euler's formula is

e^{ix} = \cos(x) + i\sin(x), \,

where x is a real number. The formula can also be analytically extended for complex x.

Substituting x = π yields

e^{i\pi} = \cos(\pi) + i\sin(\pi) = -1 + i0 \,

and one arrives at Euler's identity:

e^{i\pi} + 1 = 0. \,

Euler's identity is noted for its elegance, in that it relates five of the most significant mathematical quantities under three of the most basic operations.

Example

Substitution of x = π/2 − 2πN, where N is an arbitrary integer, produces

e^{i(\pi/2 - 2N\pi)} = i.\,

Or, raising each side to the power i,

e^{i i(\pi/2 - 2N\pi)} = i^i \,

or

e^{-(\pi/2 - 2N\pi)} = i^i \,,

which shows that ii has an infinite number of elements in the form of

i^i = e^{-\pi/2 + 2\pi N}\,

where N is any integer. This value is real, but it is not uniquely determined, since the complex logarithm is a multivalued function.

Taking N = 0 provides the principal value

i^i = e^{-\pi/2} = 0.207879576....\,

Alternative notations

See also

Notes

  1. To find such a number, one can solve the equation (x + iy)2 = i x2 + 2ixyy2 = i Because the real and imaginary parts are always separate, we regroup the terms: x2y2 + 2ixy = 0 + i and get a system of two equations: x2y2 = 0 2xy = 1 Substituting y = 1/2x into the first equation, we get x2 − 1/4x2 = 0 x2 = 1/4x2 4x4 = 1 Because x is a real number, this equation has two real solutions for x: x = 0.51/2 and x = −0.51/2. Substituting both of these results into the equation 2xy = 1 in turn, we will get the same results for y. Thus, the square root of i is the number 0.51/2 + i0.51/2 and −0.51/2i0.51/2. University of Toronto Mathematics Network: What is the square root of i? URL retrieved March 26, 2007.

References

External links